From: Daniel Baumann Date: Sat, 29 Nov 2025 02:20:35 +0000 (+0100) Subject: Correcting Python shebang. X-Git-Tag: archive/raspbian/2.15.0-1+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=fca319d569a034981f6a694c8eb8d45c0f5cae15;p=dnsperf.git Correcting Python shebang. Gbp-Pq: Topic debian Gbp-Pq: Name 0001-queryparse-shebang.patch --- diff --git a/contrib/queryparse/queryparse b/contrib/queryparse/queryparse index eed1e53..6ae6e73 100755 --- a/contrib/queryparse/queryparse +++ b/contrib/queryparse/queryparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Copyright 2019-2024 OARC, Inc. # Copyright 2017-2018 Akamai Technologies